stri_enc_list

stri_enc_list stri_encode(str, from=, to=)의 from=과 to=에 사용되는 코드 이름은 stri_enc_list()로 찾아볼 수 있다. 다음은 내 노트북에서 stri_enc_list()를 실행한 결과입니다. library(stringi) stringi::stri_enc_list() ## $`UTF-8` ## [1] “UTF-8” “ibm-1208” “ibm-1209” ## [4] “ibm-5304” “ibm-5305” “ibm-13496” ## [7] “ibm-13497” “ibm-17592” “ibm-17593” ## [10] “windows-65001” “cp1208” “x-UTF_8J” ## [13] “unicode-1-1-utf-8” “unicode-2-0-utf-8” ## ## $`UTF-16` ## [1] “UTF-16” “ISO-10646-UCS-2” “ibm-1204” … stri_enc_list 계속 읽기